home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00259.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  765 b   |  24 lines

  1. on exitFrame
  2.   global Hand, monitor
  3.   set the cursor of sprite 2 to Hand
  4.   set the cursor of sprite 3 to Hand
  5.   set the cursor of sprite 4 to Hand
  6.   set the cursor of sprite 6 to Hand
  7.   set the cursor of sprite 7 to Hand
  8.   set the cursor of sprite 10 to Hand
  9.   set the cursor of sprite 11 to Hand
  10.   set the cursor of sprite 12 to Hand
  11.   set the timeoutLength to 30 * 60
  12.   set the timeoutScript to "JulieMonitor"
  13.   set monitor to 0
  14.   set the text of field "SPEED RATE" to "GESTOPPT"
  15.   set the textFont of field "SPEED RATE" to "Geneva"
  16.   set the textStyle of field "SPEED RATE" to "Bold"
  17.   set the textSize of field "SPEED RATE" to 12
  18.   if the colorDepth = 8 then
  19.     set the foreColor of member "SPEED RATE" to 180
  20.   end if
  21.   puppetSprite(6, 0)
  22.   updateStage()
  23. end
  24.